home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / door / tpgolf10.zip / TPGOLF.DOC < prev    next >
Text File  |  1993-01-14  |  9KB  |  257 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.                                "TPC GOLF"
  8.                                Version 1.0
  9.  
  10.                               Presented by
  11.  
  12.                           SDP Software Systems
  13.                           Steve Page - Author
  14.  
  15.                               Supported by
  16.  
  17.                            The SpeakEasy BBS
  18.                              (407)291-4626
  19.                          (First Call Download)
  20.  
  21.  
  22.  
  23.  
  24. INTRODUCTION:
  25. ____________
  26.  
  27.   Golf is a very simple game! Right?  Well, we all know better then that.
  28.   TPC Golf has been designed to be as realistic as possible. It is played
  29.   exactly the way you would tackle your local course.  This simply means
  30.   that you check your score card for the Par and yardage for each hole,
  31.   select your club, and swing away.  The following chart is a guide for
  32.   club selection.  The yardage listed for each club is the maximum
  33.   distance attainable with that club.  Of course, you may swing poorly
  34.   or be facing the wind which will reduce the distance that you attain.
  35.   As for the PUTTER - the longer the putt - the higher the number required.
  36.  
  37.   1W - DRIVER = 250      4I - 4 IRON = 180      9I - 9 IRON = 130
  38.   3W - 3 WOOD = 220      5I - 5 IRON = 170      SW - SAND WEDGE = 100
  39.   5W - 5 WOOD = 210      6I - 6 IRON = 160      PW - PITCHING WEDGE = 60
  40.   2I - 2 IRON = 200      7I - 7 IRON = 150     1-9 - PUTTER - HAVE FUN!
  41.   3I - 3 IRON = 190      8I - 8 IRON = 140
  42.  
  43. FEATURES:
  44. ________
  45.  
  46.     * Supports all Major BBS Software
  47.     * Network compatible
  48.     * Share compatible
  49.     * Multi-Node compatible
  50.     * Speeds to 57,600
  51.     * Supports Non-standard IRQ's
  52.  
  53.  
  54. NOTE:
  55. _____
  56.  
  57.  ***This door is written in Visual Basic and is a free standing .EXE!***
  58.                ***Run time programs ARE NOT required!***
  59.  
  60.  
  61. SYSOP OPERATIONS INFORMATION:
  62. ______________________________
  63.  
  64. *** The door will create both the .USR (user) and .SCR (score) files.
  65. If the .USR file is deleted, the door will open and create a new .USR
  66. file and then exit the door gracefully.  The .USR file will be there
  67. on the next opening of the door.
  68.  
  69. The .SCR file will remain in the directory until you delete it. If you
  70. want to run a monthly tournament, ( as I do on my board ) you can check
  71. the high score on the last day of the month and then delete the file.
  72. The first user to open the door after the .SCR file has been deleted
  73. will create a new .SCR file automatically.  Deletion of the .SCR file
  74. will not cause the door to exit upon the first opening.
  75.  
  76.  
  77. INSTALLATION:
  78. ____________
  79.  
  80. Installation is simple!!! Create a directory to hold all of the TPGOLF
  81. files and then unzip all files in TPGOLF10.ZIP into this directory.
  82. A sample directory would be: C:\PCB\DOORS\TPGOLF
  83.  
  84.  
  85. FILES INCLUDED SHOULD BE:
  86. _________________________
  87.  
  88.  TPGOLF10.EXE ---- Main Door Program.
  89.  TPGOLF.ASC ------ ASCI Help Screen.
  90.  TPGOLF.ANS ------ ANSI Help Screen.
  91.  TPGOLF.USR ------ Sample User file. (Door will create this file)
  92.  TPGOLF.SCR ------ Sample Score file.(Door will create this file)
  93.  TPGOLF ---------- Sample batch file.
  94.  TPGOLF.CFG ------ Sample Node 1 configuration file.
  95.  TPGOLF2.CFG ----- Sample Node 2 configuration file.
  96.  FILE_ID.DIZ ----- Description file for PCBoard and others.
  97.  REGISTER.FRM ---- This is an important file! Thanks for the donation...
  98.  TPGOLF.DOC ------ The file you are reading now.
  99.  
  100. Change to the directory that the TPGOLF files are in, grab your favorite
  101. text editor and lets make the necessary changes to enable operation on
  102. your system.
  103.  
  104. The sample batch file looks like this:
  105.  
  106. ECHO OFF
  107. C:
  108. CD\PCB\DOORS\TPGOLF     <-- Path to the THUDS files
  109. TPGOLF10 TPGOLF.CFG     <-- THUDS.CFG "MUST" follow THUDS20
  110. CD\PCB                  <-- Change directory to main BBS directory
  111. BOARD                   <-- Call your BBS batch file
  112.  
  113.  
  114. A sample batch file for NODE 2 would look like this:
  115.  
  116. ECHO OFF
  117. C:
  118. CD\PCB\DOORS\TPGOLF
  119. TPGOLF10 TPGOLF2.CFG
  120. F:                  <- or what ever the drive # is for your second node!
  121. CD\PCB2        ^-----------Note!!!
  122. BOARD2
  123.  
  124. The batch file for each node must go in that nodes main BBS directory!
  125.  
  126. If setting up doors (and batch files for them) is new to you, go to your
  127. BBS software documentation for instructions.
  128.  
  129. A sample TPGOLF.CFG file looks like this:
  130.  
  131. C:\PCB\PCBOARD.SYS         <--Line 1
  132. The SpeakEasy BBS          <--Line 2
  133. Steve                      <--Line 3
  134. Page                       <--Line 4
  135. 00000                      <--Line 6
  136. 2                          <--Line 5
  137. C:\PCB\GEN\BLT11           <- Line 7
  138.  
  139. line  1 = Drive and path to PCBOARD.SYS/DOOR.SYS/ETC...
  140. line  2 = Name of your BBS
  141. line  3 = Sysop First Name
  142. line  4 = Sysop Last Name
  143. line  5 = Registration # (leave 00000 if not registered)
  144. line  6 = Number of games allowed per day (only 1 game is allowed
  145.           in the unregistered version)
  146. line  7 = Path and bulletin name to generate (ANSI & ASCI Bulletin)
  147.           (Bulletin is generated in registered version only -
  148.            however - the line MUST be filled.)
  149.  
  150. A sample TPGOLF2.CFG (config file for node 2) looks like this:
  151.  
  152. F:\PCB2\PCBOARD.SYS        <--Line 1 NOTE: F:\PCB2\PCBOARD.SYS
  153. The SpeakEasy BBS          <--Line 2       ^     ^
  154. Steve                      <--Line 3
  155. Page                       <--Line 4
  156. 00000                      <--Line 5
  157. 2                          <--Line 6
  158. C:\PCB\GEN\BLT11           <--Line 7
  159.  
  160.  
  161. A config for a NODE 3 would be the same except for the first line which
  162. would be I:\PCB3\PCBOARD.SYS
  163.          ^     ^
  164. All configuration files MUST go in the directory with the rest of
  165. your TPGOLF files. ie. C:\PCB\DOORS\TPGOLF
  166.  
  167. BBS SOFTWARE SUPPORTED:
  168. ______________________
  169.  
  170. This door supports PCBOARD 12.1 through 14.5a, RBBS, WILDCAT, DOORSYS,
  171. etc....... The default is to PCBOARD 14.5!  Other BBS software requires
  172. an additional command line option in your batch file.  They are listed
  173. below:
  174.  
  175.  
  176. ENVIRONMENT VARIABLES
  177. __________________________________
  178.  
  179. This door is written with DOORFRAME (by Ted Freeman) and supports
  180. COM 1-4 on the standard IRQ's - COM1/COM3 = IRQ4 and COM2/COM4 =
  181. IRQ3.  If you wish to use a non-standard IRQ, add the IRQ number
  182. after the configuration filename.  If you want to use COM1 and
  183. IRQ5, the command line would look like:  TPGOLF10 TPGOLF.CFG /5
  184.  
  185.  
  186. FOSSIL DRIVER SUPPORT:
  187. ______________________
  188.  
  189. DOORFRAME supports the use of Fossil drivers.  To tell the door to
  190. use the Fossil driver instead of the standard COM ports, just put
  191. /FD on the command line.  Like this: TPGOLF10 TPGOLF.CFG /FD
  192. This indicates that a Fossil driver is present and should be used.
  193.  
  194.  
  195. REGISTRATION:
  196. _____________
  197.  
  198. Registration is required if you continue using TPC Golf for more then
  199. a period of 30 days.  The unregistered version of TPC Golf will allow
  200. only 1 game per day and will not post a bulletin. When you register,
  201. the "NON REGISTERED VERSION" will be removed from all screens and will
  202. be replaced with your BBS name and YOUR name.  The registered version
  203. also generates a bulletin and allows the sysop to configure the number
  204. of games allowed per day.
  205.  
  206. To register your copy of TPC GOLF, fill out the registration form
  207. supplied within the TPGOLF10.ZIP file.  Please mail the form along
  208. with a donation of $20.00 (check or money order) made payable to
  209. STEVE PAGE.  The address is on the registration form! Also, make sure
  210. you fill out the BBS name and Sysop name EXACTLY the way you have it
  211. in your configuration file.  Your registration code is based on a
  212. mathematical algorithm using this information!
  213.  
  214. Upon receipt of your registration form, I will pre-register you on
  215. The SpeakEasy BBS.  You will then be able to call The SpeakEasy to
  216. receive your registration code.  Please allow 7 to 10 days prior to
  217. calling to insure that your code will be waiting for you.  If you
  218. prefer, I will mail your registration code to you.  Make sure you
  219. include a self addressed envelope!
  220.  
  221.  
  222. SUPPORT:
  223. ________
  224.  
  225. If you have questions regarding TPC Golf, I can be reached via RIME
  226. BBS-DOORS conference or at The SpeakEasy BBS. The SpeakEasy BBS is
  227. the official support BBS for all SDP SoftWare Systems.
  228.  
  229.  
  230. THANK YOUS!
  231. ___________
  232.  
  233. I would like to thank Michael Goetz, Sysop of The Caverns EBBS and
  234. author of Majic SoftWare Doors, and Jim Murphey, Sysop of The Coffee
  235. Shop BBS for BETA testing this door.
  236.  
  237. I would also like to thank Ted Freeman for providing the DOORFRAME
  238. libraries that this door written with.
  239.  
  240.  
  241. LEGALITIES:
  242. ___________
  243.  
  244. THIS SOFTWARE AND ACCOMPANYING MATERIALS ARE DISTRIBUTED "AS IS" WITHOUT
  245. WARRANTY, EXPRESS, IMPLIED OR STATUTORY, INCLUDING BUT NOT LIMITED TO
  246. ANY IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
  247. PURPOSE.  IN NO EVENT SHALL THE AUTHOR OF ANYONE INVOLVED WITH THE
  248. CREATION AND PRODUCTION OF THIS PRODUCT BE LIABLE FOR ANY DIRECT,
  249. INDIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES RESULTING FROM THE USE OF
  250. THIS PROGRAM.  YOUR USE OF THIS PROGRAM CONSTITUTES YOUR AGREEMENT TO
  251. THIS DISCLAIMER AND YOUR RELEASE OF THE AUTHOR FROM ANY FORM OF
  252. LIABILITY OR LITIGATION.
  253.  
  254. END:
  255. ____
  256.  
  257.